func runtime/pprof.printStackRecord
5 uses
runtime/pprof (current package)
pprof.go#L441: printStackRecord(tw, p.Stack(index[k]), false)
pprof.go#L493: func printStackRecord(w io.Writer, stk []uintptr, allFrames bool) {
pprof.go#L515: printStackRecord(w, stk, true)
pprof.go#L612: printStackRecord(w, r.Stack(), false)
pprof.go#L899: printStackRecord(w, r.Stack(), true)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)